pp108 : ontuplemodified Event

ontuplemodified Event


This event is fired when a tuple is modified in the local document.

Syntax

Inline HTML

<div cordysType="wcp.library.data.BusDataIsland" id="busdataislandID"ontuplemodified="handler()"...>
...
</div>

Event property

busdataislandID.ontuplemodified = handler


Event Information

To Invoke

Modify the data present in the busdataisland by using the memorize , add , remove , unedit or notifyModifiedTuple methods of busdataisland.

Default Action

Modifies the tuple and initiates any action associated with this event.


Event Object Properties


Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.

Property

Description

tuple

Read-only. Object that contains the tuple that has been modified in the local document.

source

Read-only. String that contains the identifier of the source element that initiated the event. This can be the buscontrol or the busdataisland itself.


See Also


busdataisland